home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6946 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What's your compiler's answer?
  5. Date: 16 Feb 1996 10:06:05 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4g2a1d$r33@solutions.solon.com>
  8. References: <1996Feb7.140945.28351@cs.rit.edu> <4fq0cq$h9s@hpbblb.bbn.hp.com> <danpop.824432113@rscernix>
  9. NNTP-Posting-Host: solutions.solon.com
  10.  
  11. In article <danpop.824432113@rscernix>, Dan Pop <danpop@mail.cern.ch> wrote:
  12. >j = i++, i++, i++;     /* equivalent to: j = i + 2; i += 3; */
  13.  
  14. Don't you mean "/* equivalent to: j = i; i += 3; */"?
  15.  
  16. (And, of course, it's not equivalent if i is volatile.)
  17.  
  18. >If you have any objections to any of these examples, please read the FAQ
  19. >before expressing them in the newsgroup.
  20.  
  21. I can't seem to find mine, but I'm pretty sure that comma binds later than
  22. assignment, or however you say it.  (Not "comma has lower precedence" - C
  23. has no precedence, although it may act convincingly like it does.)
  24.  
  25. -s
  26. -- 
  27. Peter Seebach - seebs@solon.com - Copyright 1995 Peter Seebach.
  28. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  29. FUCK the communications decency act.  Goddamned government.  [literally.]
  30. The *other* C FAQ - ftp taniemarie.solon.com /pub/c/afq - Not A Flying Toy
  31.